Add missing $(EXEEXT)
authorKouhei Sutou <kou@clear-code.com>
Sat, 19 Jan 2013 13:08:13 +0000 (22:08 +0900)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Jan 2013 03:23:20 +0000 (22:23 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=692073

gtk/Makefile.am

index 510021bb7c3cc48658f4acde3ab4a731fada59b4..19c8e10ff0a6b5e5df8b4e0a02e75d7e7a392fb5 100644 (file)
@@ -1657,7 +1657,7 @@ else
 if CROSS_COMPILING
 gtk_update_icon_cache_program = ./native/native-update-icon-cache
 else
-gtk_update_icon_cache_program = ./gtk-update-icon-cache
+gtk_update_icon_cache_program = ./gtk-update-icon-cache$(EXEEXT)
 endif
 endif